Getting Started
Identity verification SDK for React Native apps with document scanning, facial recognition, and NFC support.
Features
- Document scanning with OCR
- Facial recognition and liveness detection
- NFC eID card reading
- Customizable branding
- Multi-language support (English, Turkish)
Requirements
- React Native ≥ 0.79.5
- iOS ≥ 15.6
- Android ≥ API 31
Quick Start
import Trustchex from '@trustchex/react-native-sdk';
<Trustchex
baseUrl="https://api.trustchex.com"
sessionId="your-session-id"
onCompleted={() => console.log('Done')}
onError={(error) => console.error(error)}
/>
Example App
See a complete implementation: react-native-example-app